home *** CD-ROM | disk | FTP | other *** search
/ IRIX 5.3 for Indy R4400 / IRIX 5.3 for Indy R4400 175MHz.img / dist / eoe2.idb / usr / lib / sa / sa2.z / sa2
Text File  |  1995-02-28  |  574b  |  19 lines

  1. #! /bin/sh
  2. #    Copyright (c) 1984 AT&T
  3. #      All Rights Reserved
  4.  
  5. #    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
  6. #    The copyright notice above does not evidence any
  7. #    actual or intended publication of such source code.
  8.  
  9. # #ident    "@(#)sa:sa2.sh    1.3"
  10. #ident    "$Header: /proj/irix5.3/isms/irix/cmd/sa/RCS/sa2.sh,v 1.7 1993/07/06 22:56:34 raghav Exp $"
  11. #    sa2.sh 1.3 of 5/13/85
  12. DATE=`date +%d`
  13. RPT=/var/adm/sa/sar$DATE
  14. DFILE=/var/adm/sa/sa$DATE
  15.  
  16. cd /var/adm/sa
  17. /usr/bin/sar $* -f $DFILE > $RPT
  18. find /var/adm/sa \( -name 'sar*' -o -name 'sa*' \) -type f -mtime +7 -exec rm {} \;
  19.